home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / FWFiles / FWFiles.hpp < prev    next >
Encoding:
Text File  |  1996-09-17  |  562 b   |  24 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWFiles.hpp
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWFILES_HPP
  11. #define FWFILES_HPP
  12.  
  13. #include "FWMemory.h"
  14. #include "FWString.h"
  15. #include "FWStream.h"
  16. #include "FWRefCnt.h"
  17. #include "FWExcLib.h"
  18. #include "FWRunTyp.h"
  19. #include "FWDebug.h"
  20. #include "FWCommon.h"
  21.  
  22. #endif // FWFILES_HPP
  23.  
  24.